五五字典>英语词典>write in code翻译和用法

write in code

[网络] 写代码

网络

双语例句

  • It would, however, be very tedious and difficult to write all information in binary code.
    把所有的信息都翻译成二进制码是十分枯燥和困难的。
  • Write your application in as little code as possible and get the container to do the work.
    以尽可能少的代码编写您的应用程序,并且使容器来完成此项工作。
  • You want to write the specs so that everybody does in fact know what this piece of code is doing, and you're writing it each time around.
    但是你得养成良好的习惯和编程风格,你得撰写规范说明从而保证,每个人都知道这段代码是干什么的。
  • As you write custom XML documents into entries in the audit log, you also must provide the complementary code that reads these audit entries and interprets the data within these XML documents.
    当我们在实体的审计日志中写入自定义的XML文档时,必然决定我们还需要补充一部份代码,用于阅读这些审计实体并解释出其中XML文档部分的数据。
  • Geddy tries to make it easy for developers to write complex web apps in JavaScript, sharing code between client and server.
    Geddy想让开发人员很容易地用JavaScript编写复杂的Web应用、在客户端和服务器之间共享代码。
  • Developers write their business logic in EGL source code using the powerful development facilities of Rational Business Developer Extension ( RBDe).
    开发人员利用RationalBusinessDeveloperExtension(RBDe)的强大的开发工具在EGL源代码中写出他们的商业逻辑。
  • We write our code in such a way that some other piece of code is responsible for selecting which implementation of the Math interface our code will use
    我们以特定的方式编写另一段代码,使其负责选择代码将要使用的Math接口实现
  • I may want to write my code in UTF-8, but some Japanese programmer may want to write his code in Shift JIS.
    我也许希望我的代码是UTF-8的,但是一些日本程序员希望它们的代码是ShiftJIS。
  • No need for Win32 or Cocoa here: Just write your extension in portable JavaScript code.
    这里完全不需要Win32或Cocoa:只要使用可移植JavaScript代码编写您的扩展即可。
  • The easiest way to find out is to write a small set of JUnit tests in Java code rather than in Scala, so let's do that.
    最简单的方法是用Java代码而不是Scala编写一组小型的JUnit测试,所以接下来我们就这样做。